home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
tour.dxr
/
00425_Platform and Fileio.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-21
|
225 b
|
16 lines
on getParentFolder path
if the machineType = 256 then
return path & "..\"
else
return path & ":"
end if
end
on getPathDelimiter
if the machineType = 256 then
return "\"
else
return ":"
end if
end